2 username="mike@2d6d71f56ce2a992244350475251df87c26fe351"
4 avatar="http://cdn.libravatar.org/avatar/183fa439752e2f0c6f39ede658d81050"
6 date="2021-01-20T15:41:50Z"
8 For some reason, I couldn't reproduce it easily using `git annex add` on my F32 workstation, but I got it on a `git annex get`:
11 % git annex get model_strukturerkennung.h5
12 get model_strukturerkennung.h5 (from qurator-box...)
14 (recording state in git...)
15 warning: unable to convert submodule to form that will work with git-annex: unset core.worktree failed
16 CallStack (from HasCallStack):
17 error, called at ./Annex/Fixup.hs:119:24 in main:Annex.Fixup
19 lrwxrwxrwx. 1 mike mike 53 Nov 16 17:31 ../.git -> ../../../.git/modules/experiments/ocr-evaluation/data
22 % git config --unset core.worktree; echo $?
24 % git config --get core.worktree; echo $?